home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / ScreenSaver / Twist 1.0.sit / Twist 1.0 / Library Source / FindProcess.h < prev    next >
Encoding:
Text File  |  1992-04-21  |  305 b   |  10 lines

  1. /* FindProcess.h
  2.  * Interface to routine  to find a process, and get information about it.  From IM IV, p. 29-11
  3.  * 22 Apr 92 Mike Crawford
  4.  */
  5.  
  6. Boolean FindAProcess( OSType signature,
  7.                         ProcessSerialNumber *psnPtr,
  8.                         ProcessInfoRec *pInfoPtr,
  9.                         FSSpecPtr fSpecPtr,
  10.                         StringPtr    procName );